home *** CD-ROM | disk | FTP | other *** search
/ Minami 55 / MINAMI55.ISO / Varios / Juegos / 06 - Ragnarok.swf / scripts / DefineButton2_13 / BUTTONCONDACTION on(release).as
Text File  |  2004-10-04  |  161b  |  10 lines

  1. on(release){
  2.    _root.score = 0;
  3.    _root.level = 1;
  4.    _root.speed = 1.7;
  5.    _root.mini = 3;
  6.    _root.maxi = 4;
  7.    _root.time = 15;
  8.    _root.play();
  9. }
  10.